home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 794 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: engnews1.Eng.Sun.COM!taumet!clamage
  2. From: willer@carolian.com (Steve Willer)
  3. Newsgroups: comp.std.c++
  4. Subject: Re: type_info: :name
  5. Date: 20 Mar 1996 16:29:31 GMT
  6. Organization: Carolian Systems, Toronto ON
  7. Sender: news@sq.com (News Administrator)
  8. Approved: clamage@eng.sun.com (comp.std.c++)
  9. Message-ID: <31502771.148617369@sqarc.sq.com>
  10. References: <314F2C64.167EB0E7@itginc.com>
  11. NNTP-Posting-Host: taumet.eng.sun.com
  12. X-Newsreader: Forte Agent .99d/32.182
  13. Originator: clamage@taumet
  14.  
  15. Joseph Heled <joseph@itginc.com> wrote:
  16.  
  17. > 0. for all T, typeid(T).name() != 0
  18.  
  19. and also not ""?
  20.  
  21. > 1. T1 != T2  ==> ! strcmp(typeid(T1).name, typeid(T2).name())
  22.  
  23. Presumably you meant "==> strcmp(..." (i.e. without the "not")?
  24.  
  25.  
  26.  
  27. [ comp.std.c++ is moderated.  To submit articles: try just posting with      ]
  28. [ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu         ]
  29. [ FAQ:      http://reality.sgi.com/employees/austern_mti/std-c++/faq.html    ]
  30. [ Policy:   http://reality.sgi.com/employees/austern_mti/std-c++/policy.html ]
  31. [ Comments? mailto:std-c++-request@ncar.ucar.edu                             ]
  32.